firmware: Introduce CONFIG_ROMBIOS and CONFIG_SEABIOS options
authorJulian Pidancet <julian.pidancet@gmail.com>
Mon, 13 Feb 2012 12:50:46 +0000 (12:50 +0000)
committerJulian Pidancet <julian.pidancet@gmail.com>
Mon, 13 Feb 2012 12:50:46 +0000 (12:50 +0000)
commit86b47ba3ee8c48e6a132b97c2a2c1d505963110e
treea696a0b16d0ef176f9faa987fd8ff136667cea59
parentcf3ee71e8b083fe1227a8071890619cc14acbd0f
firmware: Introduce CONFIG_ROMBIOS and CONFIG_SEABIOS options

This patch introduces configuration options allowing to built either a
rombios only or a seabios only hvmloader.

Building option ROMs like vgabios or etherboot is only enabled for a
rombios hvmloader, since SeaBIOS takes care or extracting option ROMs
itself from the PCI devices (these option ROMs are provided by the
device model and do not need to be built in hvmloader).

The Makefile in tools/firmware/ now only checks for bcc if rombios is
enabled.

These two configuration options are left on by default to remain
compatible.

Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Config.mk
tools/firmware/Makefile
tools/firmware/hvmloader/Makefile